Don't use a transient node in gtk_render_arrow()
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Nov 2015 01:27:22 +0000 (20:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Nov 2015 02:08:38 +0000 (21:08 -0500)
commit78373eb9f7407202d3ac114764b60d3d81d7cfa4
tree2365b21d33948bdef7f3085ca87b1d81855e14b6
parent306b6c6024bc5153ccf5fe5407bea496749842bc
Don't use a transient node in gtk_render_arrow()

It is not necessary for the users of this API, and causes things
to not work as intended. Without this transient node, styling
"notebook header tabs arrow" has the desired effect on notebook
arrows.
gtk/gtkrender.c